This function retrieves chunking information about the HDF GR raster image identified by the parameter ri_id into the parameters dim_length and flag. Note that only chunk dimensions are retrieved; compression information is not available with this function.
Result = HDF_GR_GETCHUNKINFO(ri_id, dim_length, flag)
Returns SUCCEED (0) if successful or FAIL (-1) otherwise.
Raster image identifier returned by HDF_GR_CREATE or HDF_GR_SELECT.
A named variable that will contain the array of chunk dimensions.
A named variable that will contain the compression/chunk flag.
The value returned in the parameter flag indicates if the raster image is not chunked, chunked, or chunked and compressed. The following table shows the possible values of the parameter flag and the corresponding characteristics of the raster image.
Values of flag = Raster Image Characteristics
None
5.2 |
Introduced |